add missing structures.
authorJonathan Blandford <jrb@gnome.org>
Sun, 26 Sep 2004 06:14:55 +0000 (06:14 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Sun, 26 Sep 2004 06:14:55 +0000 (06:14 +0000)
Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>

        * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/gtk/tmpl/gtkbutton.sgml
gtk/gtkpathbar.h

index d54e8c2b8835c69f498a38ca62354b4a6f57aa7e..1b2dd244b64dcc96e7f7f6b572d2f331977a10ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
+
 2004-09-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll
index d54e8c2b8835c69f498a38ca62354b4a6f57aa7e..1b2dd244b64dcc96e7f7f6b572d2f331977a10ef 100644 (file)
@@ -1,3 +1,7 @@
+Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
+
 2004-09-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll
index d54e8c2b8835c69f498a38ca62354b4a6f57aa7e..1b2dd244b64dcc96e7f7f6b572d2f331977a10ef 100644 (file)
@@ -1,3 +1,7 @@
+Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
+
 2004-09-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll
index d54e8c2b8835c69f498a38ca62354b4a6f57aa7e..1b2dd244b64dcc96e7f7f6b572d2f331977a10ef 100644 (file)
@@ -1,3 +1,7 @@
+Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
+
 2004-09-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll
index e80b7722ace66a5b8910b051ecdc7793f284d45e..433c40c9b28cd7ddab7dc0b0357431a788e159bf 100644 (file)
@@ -127,6 +127,11 @@ mouse cursor is.
 
 </para>
 
+<!-- ##### ARG GtkButton:displace-focus ##### -->
+<para>
+
+</para>
+
 <!-- ##### FUNCTION gtk_button_new ##### -->
 <para>
 Creates a new #GtkButton widget. To add a child widget to the button,
index 285da9ec4cbb0892dc2ab7b75690294ba92f6ff5..f1faab7b5eca624d1304437a1fc26db7527d4b1c 100644 (file)
@@ -54,11 +54,14 @@ struct _GtkPathBar
   GtkWidget *up_slider_button;
   GtkWidget *down_slider_button;
   guint settings_signal_id;
+  guint timer;
   gint icon_size;
   gint16 slider_width;
   gint16 spacing;
   gint16 button_offset;
   guint slider_visible : 1;
+  guint ignore_click : 1;
+  guint need_timer;
 };
 
 struct _GtkPathBarClass